cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1169
Views
0
Helpful
0
Replies

Help to configure a https client

Steph1963
Level 1
Level 1

Hi,

I am trying to copy a file from an https server. The https server has the following configuration:

ip domain name test

aaa authentication login HTTPS local

aaa authorization exec HTTPS local

username USER privilege 15 password 0 CISCO

ip http authentication aaa login-authentication HTTPS

ip http authentication aaa exec-authorization HTTPS

ip http secure-server

ip http path disk0:

Note: I have also generate a 1024 bit rsa key with "cryppto key generate rsa"

I can copy a file from my R2 server using http:

R1#copy http://USER:CISCO@10.0.0.2/disk0:running-config disk0:nulltest

Destination filename [nulltest]?

%Warning:There is a file already existing with this name

Do you want to over write? [confirm]

Loading http://**********@10.0.0.2/disk0:running-config !

The problem is that I keep having the same error message when I am trying to copy a file from the server on my R1 router:

R1#copy https://USER:CISCO@10.0.0.2/disk0:running-config disk0:nulltest

Destination filename [nulltest]?

%Warning:There is a file already existing with this name

Do you want to over write? [confirm]

%Error opening https://USER:CISCO@10.0.0.2/disk0:running-config (I/O error)

R1#

*Apr 30 21:56:34.063: %HTTPS: http ssl get context fail (-41104)

*Apr 30 21:56:34.063: HTTP: ssl get context failed (-40407)

Note: I could not find any information on the meaning of these two errors.

Any help would be greatly appreciated

Thanks

Stephane

0 Replies 0
Review Cisco Networking products for a $25 gift card