Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Dear,
Currently built a Dockerfile to deploy our Python application into our C9130AXI via IOx-SDE.
Dockerfile:
FROM devhub-docker.cisco.com/iox-docker/ir1101/base-rootfs:latest
RUN opkg update && opkg install python
COPY hello-python.py /usr/bin/hell...
Hi AntonioMacia,
Dunno if u've already solved this issue ... similar situation here and I think IOS-XE 16.x.x does not support TLS 1.2 (ISE default).
So I enabled TLS1.0 & TLS1.1 on my ISE 3.3p6, now the CAT9300 can get the CTS PAC from ISE.
IOS-XE 1...