03-13-2017 08:42 AM - edited 03-08-2019 09:43 AM
Hi,
for testing purpose, I want to trasnfer file from one router to another through HTTPS,
R10--------R12
R10#
username admin privilege 15 password 0 CISCO
ip http server
ip http authentication local
ip http secure-server
ip http secure-ciphersuite 3des-ede-cbc-sha
ip http secure-port 4443
R12#
ip http client source-interface GigabitEthernet1.102
ip http client username admin
ip http client password 0 CISCO
ip http client secure-ciphersuite 3des-ede-cbc-sha
R12#copy https://admin:CISCO@10.0.102.10:4443/bootflash/csr1000v-espbase.03.09.00a.S.153-2.S0a.SPA.pkg null:
but getting this error on R10:
R10#
000174: *Mar 13 08:04:53.602: %HTTPS: SSL handshake fail (-6992)
000175: *Mar 13 08:04:53.602: HTTP: ssl handshake failed (-40404)
but if I copy using http, it works fine:
R12#copy http://admin:CISCO@10.0.102.10/bootflash/csr1000v-espbase.03.09.00a.S$
Accessing http://*****:*****@10.0.102.10/bootflash/csr1000v-espbase.03.09.00a.S.153-2.S0a.SPA.pkg...
Loading http://***********@10.0.102.10/bootflash/csr1000v-espbase.03.09.00a.S.153-2.S0a.SPA.pkg !!!!!!!!!!
so what the SSL issue refer to ?